Update actions/cache action to v5#22
Conversation
Entelligence AI Vulnerability ScannerStatus: No security vulnerabilities found Your code passed our comprehensive security analysis. |
WalkthroughThis PR updates the GitHub Actions cache action dependency from v4.0.2 to v5.0.0 across the CI/CD workflow files. The upgrade is implemented by changing the commit SHA reference from 0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 to a7833574556fa59680c1b7cb190c1735db73ebf0. This is a routine maintenance update that maintains existing functionality while incorporating improvements, bug fixes, and security patches from the newer version. The change affects the node_modules caching steps in both the build and continuous integration workflows. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Workflow as GitHub Workflow
participant CacheV5 as actions/cache@v5.0.0
participant Storage as GitHub Cache Storage
participant NodeModules as node_modules
Note over Workflow,CacheV5: Version upgraded from v4.0.2 to v5.0.0
Workflow->>CacheV5: Execute cache step
activate CacheV5
CacheV5->>Storage: Check for existing cache<br/>(key: cache-node_modules)
alt Cache Hit
Storage-->>CacheV5: Return cached node_modules
CacheV5->>NodeModules: Restore cached files
CacheV5-->>Workflow: Cache restored successfully
else Cache Miss
CacheV5-->>Workflow: No cache found
Note over Workflow,NodeModules: Workflow continues with npm install
Workflow->>NodeModules: Install dependencies
Workflow->>CacheV5: Save new cache
CacheV5->>Storage: Store node_modules<br/>(key: cache-node_modules)
Storage-->>CacheV5: Cache saved
end
deactivate CacheV5
Note over CacheV5: v5.0.0 may include performance<br/>improvements and new features
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
71ba0e2 to
fbe0a36
Compare
fbe0a36 to
58bb562
Compare
58bb562 to
5c08545
Compare
5c08545 to
7b1062b
Compare
Confidence Score: 5/5 - Safe to MergeSafe to merge — this PR performs a straightforward dependency bump of Key Findings:
Files requiring special attention
|
7b1062b to
3a19636
Compare
Confidence Score: 5/5 - Safe to MergeSafe to merge — this PR performs a straightforward dependency bump of Key Findings:
Files requiring special attention
|
This PR contains the following updates:
v4.0.2→v5.0.5Release Notes
actions/cache (actions/cache)
v5.0.5Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.0.5
v5.0.4Compare Source
v5.0.3Compare Source
What's Changed
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)@actions/coreto v2.0.3Full Changelog: actions/cache@v5...v5.0.3
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
v5Compare Source
v4.3.0Compare Source
What's Changed
v4.3.0release by @Link- in #1655New Contributors
Full Changelog: actions/cache@v4...v4.3.0
v4.2.4Compare Source
What's Changed
@actions/cacheto4.0.5and move@protobuf-ts/pluginto dev depdencies by @Link- in #16344.2.4by @Link- in #1636New Contributors
Full Changelog: actions/cache@v4...v4.2.4
v4.2.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
v4.2.2Compare Source
What's Changed
Full Changelog: actions/cache@v4.2.1...v4.2.2
v4.2.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.0...v4.2.1
v4.2.0Compare Source
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.11.1.30.38.3Full Changelog: actions/cache@v4.1.2...v4.2.0
v4.1.2Compare Source
What's Changed
isGheslogic by @jww3 in #14744.1.2release by @Link- in #1477New Contributors
Full Changelog: actions/cache@v4.1.1...v4.1.2
v4.1.1Compare Source
What's Changed
cache-hitoutput by @joshmgross in #1467Full Changelog: actions/cache@v4.1.0...v4.1.1
v4.1.0Compare Source
What's Changed
save-alwaysinput by @joshmgross in #1452New Contributors
Full Changelog: actions/cache@v4.0.2...v4.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.